Moves the item down one spot in the collection (to a larger index)
'Declaration
Public Overridable Function MoveDown( _
ByVal As _
) As Integer
public virtual int MoveDown(
)
public:
virtual int MoveDown(
)
Parameters
- item
- The item to move
Return Value
The item's new position, or -1 if the item was not found in the collection.